Linux CI: Update apt package list before installing package #419
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Recent test CI jobs on Ubuntu 20.04 were failed due to the out-dated apt package list cache of CI virtual machine.
The package list should be updated before installing any apt package on CI.
This pull request add
apt-get update
beforeapt-get install
to update apt package list.In the future, maybe this installation command should be removed since
libsndfile.so
is already bundled insoundfile
package on Linux x64 ( #364 ).Or CI should be rewrited to test both the system library and the bundled library.
This pull request is intended to maintain the current CI behavior without major changes.
Failed CI log ( https://github.com/bastibe/python-soundfile/actions/runs/6613147987/job/18360406630 )